Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - java projects
Search - java projects - List
DL : 0
.这个系统要求在1个月之内完成 2.系统需要基于SSH框架 3.系统分为客户端和酒店端。 客户端用户可以查询、预订可售卖的房间 酒店端可以确认是否可以入住,能够办理入住离店手续 具体需求可详细沟通 -Server2005数据库!本人亲测,可以运行!-Shopping network system, a framework of Java SSH projects, including SQL Server2005 database! I pro-test, you can run!
Update : 2024-05-18 Size : 1716224 Publisher : 王子

DL : 0
.这个系统要求在1个月之内完成 2.系统需要基于SSH框架 3.系统分为客户端和酒店端。 客户端用户可以查询、预订可售卖的房间 酒店端可以确认是否可以入住,能够办理入住离店手续 具体需求可详细沟通--Shopping network system, a framework of Java SSH projects, including SQL Server2005 database! I pro-test, you can run!
Update : 2024-05-18 Size : 16928768 Publisher : 王子

DL : 0
购物网系统,一个SSH框架的Java项目,含SQL Server2005数据库!本人亲测,可以运行!--Shopping network system, a framework of Java SSH projects, including SQL Server2005 database! I pro-test, you can run!
Update : 2024-05-18 Size : 17387520 Publisher : 王子

购物网系统,一个SSH框架的Java项目,含SQL Server2005数据库!本人亲测,可以运行!-Shopping network system, a framework of Java SSH projects, including SQL Server2005 database! I pro-test, you can run!
Update : 2024-05-18 Size : 1673216 Publisher : 王子

DL : 0
购物网系统,一个SSH框架的Java项目,含SQL Server2005数据库!本人亲测,可以运行--Shopping network system, a framework of Java SSH projects, including SQL Server2005 database! I pro-test, you can run!
Update : 2024-05-18 Size : 17896448 Publisher : 王子

DL : 0
购物网系统,一个SSH框架的Java项目-Shopping network system, a framework of Java SSH projects, including SQL Server2005 database! I pro-test, you can run!
Update : 2024-05-18 Size : 21703680 Publisher : 王子

Openfire是一个强大的即时消息(IM)和聊天服务器,它实现了XMPP协议。这份文件将引导您通过安装Openfire。对于更多的功能和信息的完整列表,请访问Openfire网站:http://www.igniterealtime.org/projects/openfire/-Openfire (previously known as Wildfire, and Jive Messenger) is an instant messaging (IM) and groupchat server that uses XMPP server written in Java and licensed under the Apache License 2.0.
Update : 2024-05-18 Size : 9591808 Publisher : lch

Source code for working Library management system, complete code with awesome GUI written completely in java, suitable for college projects
Update : 2024-05-18 Size : 1138688 Publisher : Kuldeep Singh

DL : 0
一个用java语言编写的图片剪切功能的安卓小项目,希望分享给大家!-A picture using java language functions Andrews cut small projects, I hope to share to everyone!
Update : 2024-05-18 Size : 600064 Publisher : malei

DL : 0
包含数据库的Java/JSP留言板项目,实现注册登录留言查看等功能。-Java contains a database/JSP message board projects to achieve Register Log Message View other functions.
Update : 2024-05-18 Size : 445440 Publisher : 禁弓止鸟

DL : 0
同样是个留言板项目,java/jsp、jdbc。-Also a message board projects, java/jsp, jdbc.
Update : 2024-05-18 Size : 66560 Publisher : 禁弓止鸟

DL : 0
Java所有知识点的基础总结,自己从事多年Java编程开发项目的心得。对Java基础进行了详细介绍和注意。-Java-based summary of all the knowledge points, he was involved in development projects for many years in the Java programming experience. Java foundation for a detailed description and attention.
Update : 2024-05-18 Size : 2124800 Publisher : iihaozl

DL : 0
(代码统计工具diy) 统计工程中所有java的总行数,有效代码行,注释行,开发人员,生成csv数据文件等,纯手工编写,100多行源代码。大家有兴趣可以看看,帮我改进一下,毕竟我只是个测试的,开发能力不强~- (Code statistical tools diy) Statistics projects the number of lines, effective lines of code all the java, comment lines, developers, generate csv data files, hand writing, more than 100 lines of source code. We are interested can look at to help me improve the look, I m just a test, and development capability is not strong ~
Update : 2024-05-18 Size : 9216 Publisher : 邓树海

DL : 0
采用Socket和多线程技术,实现一个java Web服务器,加深对HTTP的认识。 新建java项目 webServer 新建java文件 WebServer.java Processor.java   一、HTTP协议的作用原理   WWW是以Internet作为传输媒介的一个应用系统,WWW网上最基本的传输单位是Web网页。WWW的工作基于客户机/服务器计算模型, 由Web 浏览器(客户机)和Web服务器(服务器)构成,两者之间采用超文本传送协议(HTTP)进行通信。HTTP协议是基于TCP/IP协议之上的协议,是 Web浏览器和Web服务器之间的应用层协议,是通用的、无状态的、面向对象的协议。HTTP协议的作用原理包括四个步骤:   (1) 连接:Web浏览器与Web服务器建立连接,打开一个称为socket(套接字)的虚拟文件,此文件的建立标志着连接建立成功。   (2) 请求:Web浏览器通过socket向Web服务器提交请求。HTTP的请求一般是GET或POST命令(POST用于FORM参数的传递)。GET命令的格式为:   GET 路径/文件名 HTTP/1.0   文件名指出所访问的文件,HTTP/1.0指出Web浏览器使用的HTTP版本。   (3) 应答:Web浏览器提交请求后,通过HTTP协议传送给Web服务器。Web服务器接到后,进行事务处理,处理结果又通过HTTP传回给Web浏览器,从而在Web浏览器上显示出所请求的页面-Socket and uses multi-thread technology to achieve a java Web server, HTTP deepen understanding. New projects webServer java java file WebServer.java Processor.java a new role of the HTTP protocol principle WWW Internet as an application system based on the transmission medium, WWW Internet basic transmission unit is a Web page. The calculation is based on the work of WWW client/server model, the Web browser (client) and Web server (server) structure, using Hypertext Transfer Protocol (HTTP) to communicate between the two. HTTP protocol is the protocol TCP/IP protocol based upon, is an application layer protocol between the Web browser and the Web server, is generic, stateless, object-oriented protocol. Action principle HTTP protocol consists of four steps: (1) connection: Web browser to establish a connection with a Web server, open a virtual file called socket (socket), the establishment of this document marks the connection is established. (2) Request: Web browser through the socket
Update : 2024-05-18 Size : 37888 Publisher : xingtyunyui

在 JBuilder9 整合開發環境中,您可以利用單一視窗來處理大多數的開發工 作 — 這個視窗稱為 AppBrowser。AppBrowser 提供許多便利的功能,例如: 建立、編輯、管理檔案與專案。您也可以透過按鈕、工具列、功能表、以及其他 使用者介面來編譯、除錯、與執行 Java 應用程式。下圖為 JBuilder 9 的 AppBrowser 視窗-In JBuilder9 integrated development environment, you can use a single window to handle most of the development work- this window called AppBrowser. AppBrowser offers many convenient features such as: create, edit, manage files and projects. You can also interface to the compiler through buttons, toolbars, menus, and other users, debug, and run a Java application. JBuilder 9 below shows the AppBrowser Windows
Update : 2024-05-18 Size : 396288 Publisher : 郑衣渐

Jsp物流信息网源码. 统一环境搭建说明:http://www.java1234.com/a/kaiyuan/java/2013/0419/228.html 项目部署常见问题说明:http://www.java1234.com/a/kaiyuan/java/2013/0506/315.html-Jsp logistics information network source code. The unified environment: http://www.java1234.com/a/kaiyuan/java/2013/0419/228.html Deployment projects FAQ: http://www.java1234.com/a/kaiyuan/java/2013/0506/315.html
Update : 2024-05-18 Size : 1465344 Publisher : 张三

DL : 0
基于memcached 实现单点登录,封装session。适用于java类型的项目-Memcached achieve single sign-on, encapsulation session. Java types of projects suitable for
Update : 2024-05-18 Size : 30720 Publisher : beck

DL : 0
JAVA咖啡机,大学项目。实现投币、加水、加糖等一系列模拟咖啡机自动运行的过程。有动画有声音。-JAVA coffee maker, university projects. Realization coin, plus process water, unsweetened coffee machine and a series of simulation runs automatically. Animated voice.
Update : 2024-05-18 Size : 1990656 Publisher : 623671599

DL : 0
java编写的开源项目实现不同音频格式文件转换,程序员可以进行封装。-java open source projects prepared by the different audio format conversion, the programmer can be encapsulated.
Update : 2024-05-18 Size : 5961728 Publisher : 于献智

DL : 0
提供java程序设计的一些经典例子,平时多看些例子有助于提高自己的水平,同时有空的时候也可以下载的一些开源项目的文档。-Java program designed to provide some of the classic examples, usually look at some examples help to improve their level, the document at the same time, they also can be downloaded free of some of the open source projects.
Update : 2024-05-18 Size : 147456 Publisher : 刘明月
« 1 2 ... 27 28 29 30 31 3233 34 35 »
DSSZ is the largest source code store in internet!
Contact us :
1999-2046 DSSZ All Rights Reserved.